HI, this is Group 2 Mini Project Part 1
To go to our project; Click here
import plotly.graph_objects as go go.Figure(data=go.Scatter(x=[2, 4, 6, 8, 10], y=[10, 20, 30, 40, 50])).show()